Visual Basic (Declaration) | |
---|---|
Public Overloads Overrides Function CreateDecryptor( _ ByVal keybytes() As Byte, _ ByVal iv() As Byte _ ) As ICryptoTransform |
C# | |
---|---|
public override ICryptoTransform CreateDecryptor( byte[] keybytes, byte[] iv ) |
Parameters
- keybytes
- iv
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
ModifiedRijndael ClassModifiedRijndael Members
Overload List
Base Implementation in CreateDecryptor(Byte[],Byte[])